home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_35347.txt < prev    next >
Text File  |  1990-08-14  |  14KB  |  621 lines

  1. -- card: 35347 from stack: in
  2. -- bmap block id: 35855
  3. -- flags: 4000
  4. -- background id: 25390
  5. -- name: User Definable Fields…
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=99 top=291 right=309 bottom=167
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: OK
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   repeat with index = 1 to 9
  24.     put "Undefined" into line index of card field "User Fields 1"
  25.   end repeat
  26.   repeat with index = 1 to 12
  27.     put "Undefined" into line index of card field "User Fields 2"
  28.   end repeat
  29.   repeat with index = 3 to 27
  30.     set icon of button index to "Md Unchecked Box"
  31.   end repeat
  32.   doMenu first
  33.   unlock screen
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part 2 (button)
  39. -- low flags: 00
  40. -- high flags: 2000
  41. -- rect: left=345 top=291 right=309 bottom=413
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: Cancel
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   lock screen
  53.   repeat with index = 1 to 9
  54.     put "Undefined" into line index of card field "User Fields 1"
  55.   end repeat
  56.   repeat with index = 1 to 12
  57.     put "Undefined" into line index of card field "User Fields 2"
  58.   end repeat
  59.   repeat with index = 3 to 27
  60.     set icon of button index to "Md Unchecked Box"
  61.   end repeat
  62.   doMenu first
  63.   unlock screen
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 3 (field)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=78 top=142 right=279 bottom=201
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 3
  76. -- text size: 10
  77. -- style flags: 0
  78. -- line height: 15
  79. -- part name: User Fields 1
  80.  
  81.  
  82. -- part 4 (field)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=303 top=82 right=264 bottom=426
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 0
  89. -- font id: 3
  90. -- text size: 10
  91. -- style flags: 0
  92. -- line height: 15
  93. -- part name: User Fields 2
  94.  
  95.  
  96. -- part 5 (button)
  97. -- low flags: 00
  98. -- high flags: 0000
  99. -- rect: left=215 top=84 right=98 bottom=233
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 5064 / 5064
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: 
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   if icon of me is "5065" then
  111.     set icon of me to "Md Unchecked Box"
  112.   else set icon of me to "Md Checked Box"
  113. end mouseUp
  114.  
  115.  
  116. -- part 6 (button)
  117. -- low flags: 00
  118. -- high flags: 0000
  119. -- rect: left=215 top=99 right=113 bottom=233
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 5064 / 5064
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: 
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   if icon of me is "5065" then
  131.     set icon of me to "Md Unchecked Box"
  132.   else set icon of me to "Md Checked Box"
  133. end mouseUp
  134.  
  135.  
  136. -- part 7 (button)
  137. -- low flags: 00
  138. -- high flags: 0000
  139. -- rect: left=215 top=114 right=128 bottom=233
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 5064 / 5064
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: 
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   if icon of me is "5065" then
  151.     set icon of me to "Md Unchecked Box"
  152.   else set icon of me to "Md Checked Box"
  153. end mouseUp
  154.  
  155.  
  156. -- part 8 (button)
  157. -- low flags: 00
  158. -- high flags: 0000
  159. -- rect: left=215 top=129 right=143 bottom=233
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 5064 / 5064
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: 
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   if icon of me is "5065" then
  171.     set icon of me to "Md Unchecked Box"
  172.   else set icon of me to "Md Checked Box"
  173. end mouseUp
  174.  
  175.  
  176. -- part 9 (button)
  177. -- low flags: 00
  178. -- high flags: 0000
  179. -- rect: left=215 top=144 right=158 bottom=233
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 5064 / 5064
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: 
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   if icon of me is "5065" then
  191.     set icon of me to "Md Unchecked Box"
  192.   else set icon of me to "Md Checked Box"
  193. end mouseUp
  194.  
  195.  
  196. -- part 10 (button)
  197. -- low flags: 00
  198. -- high flags: 0000
  199. -- rect: left=215 top=159 right=173 bottom=233
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 5064 / 5064
  202. -- text alignment: 1
  203. -- font id: 0
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: 
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   if icon of me is "5065" then
  211.     set icon of me to "Md Unchecked Box"
  212.   else set icon of me to "Md Checked Box"
  213. end mouseUp
  214.  
  215.  
  216. -- part 11 (button)
  217. -- low flags: 00
  218. -- high flags: 0000
  219. -- rect: left=215 top=174 right=188 bottom=233
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 5064 / 5064
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: 
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   if icon of me is "5065" then
  231.     set icon of me to "Md Unchecked Box"
  232.   else set icon of me to "Md Checked Box"
  233. end mouseUp
  234.  
  235.  
  236. -- part 12 (button)
  237. -- low flags: 00
  238. -- high flags: 0000
  239. -- rect: left=215 top=189 right=203 bottom=233
  240. -- title width / last selected line: 0
  241. -- icon id / first selected line: 5064 / 5064
  242. -- text alignment: 1
  243. -- font id: 0
  244. -- text size: 12
  245. -- style flags: 0
  246. -- line height: 16
  247. -- part name: 
  248. ----- HyperTalk script -----
  249. on mouseUp
  250.   if icon of me is "5065" then
  251.     set icon of me to "Md Unchecked Box"
  252.   else set icon of me to "Md Checked Box"
  253. end mouseUp
  254.  
  255.  
  256. -- part 13 (button)
  257. -- low flags: 00
  258. -- high flags: 0000
  259. -- rect: left=215 top=204 right=218 bottom=233
  260. -- title width / last selected line: 0
  261. -- icon id / first selected line: 5064 / 5064
  262. -- text alignment: 1
  263. -- font id: 0
  264. -- text size: 12
  265. -- style flags: 0
  266. -- line height: 16
  267. -- part name: 
  268. ----- HyperTalk script -----
  269. on mouseUp
  270.   if icon of me is "5065" then
  271.     set icon of me to "Md Unchecked Box"
  272.   else set icon of me to "Md Checked Box"
  273. end mouseUp
  274.  
  275.  
  276. -- part 14 (button)
  277. -- low flags: 00
  278. -- high flags: 0000
  279. -- rect: left=215 top=219 right=233 bottom=233
  280. -- title width / last selected line: 0
  281. -- icon id / first selected line: 5064 / 5064
  282. -- text alignment: 1
  283. -- font id: 0
  284. -- text size: 12
  285. -- style flags: 0
  286. -- line height: 16
  287. -- part name: 
  288. ----- HyperTalk script -----
  289. on mouseUp
  290.   if icon of me is "5065" then
  291.     set icon of me to "Md Unchecked Box"
  292.   else set icon of me to "Md Checked Box"
  293. end mouseUp
  294.  
  295.  
  296. -- part 15 (button)
  297. -- low flags: 00
  298. -- high flags: 0000
  299. -- rect: left=215 top=234 right=248 bottom=233
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 5064 / 5064
  302. -- text alignment: 1
  303. -- font id: 0
  304. -- text size: 12
  305. -- style flags: 0
  306. -- line height: 16
  307. -- part name: 
  308. ----- HyperTalk script -----
  309. on mouseUp
  310.   if icon of me is "5065" then
  311.     set icon of me to "Md Unchecked Box"
  312.   else set icon of me to "Md Checked Box"
  313. end mouseUp
  314.  
  315.  
  316. -- part 16 (button)
  317. -- low flags: 00
  318. -- high flags: 0000
  319. -- rect: left=215 top=249 right=263 bottom=233
  320. -- title width / last selected line: 0
  321. -- icon id / first selected line: 5064 / 5064
  322. -- text alignment: 1
  323. -- font id: 0
  324. -- text size: 12
  325. -- style flags: 0
  326. -- line height: 16
  327. -- part name: 
  328. ----- HyperTalk script -----
  329. on mouseUp
  330.   if icon of me is "5065" then
  331.     set icon of me to "Md Unchecked Box"
  332.   else set icon of me to "Md Checked Box"
  333. end mouseUp
  334.  
  335.  
  336. -- part 17 (button)
  337. -- low flags: 00
  338. -- high flags: 0000
  339. -- rect: left=215 top=264 right=278 bottom=233
  340. -- title width / last selected line: 0
  341. -- icon id / first selected line: 5064 / 5064
  342. -- text alignment: 1
  343. -- font id: 0
  344. -- text size: 12
  345. -- style flags: 0
  346. -- line height: 16
  347. -- part name: 
  348. ----- HyperTalk script -----
  349. on mouseUp
  350.   if icon of me is "5065" then
  351.     set icon of me to "Md Unchecked Box"
  352.   else set icon of me to "Md Checked Box"
  353. end mouseUp
  354.  
  355.  
  356. -- part 18 (button)
  357. -- low flags: 00
  358. -- high flags: 0000
  359. -- rect: left=440 top=84 right=98 bottom=458
  360. -- title width / last selected line: 0
  361. -- icon id / first selected line: 5064 / 5064
  362. -- text alignment: 1
  363. -- font id: 0
  364. -- text size: 12
  365. -- style flags: 0
  366. -- line height: 16
  367. -- part name: 
  368. ----- HyperTalk script -----
  369. on mouseUp
  370.   if icon of me is "5065" then
  371.     set icon of me to "Md Unchecked Box"
  372.   else set icon of me to "Md Checked Box"
  373. end mouseUp
  374.  
  375.  
  376. -- part 19 (button)
  377. -- low flags: 00
  378. -- high flags: 0000
  379. -- rect: left=440 top=99 right=113 bottom=458
  380. -- title width / last selected line: 0
  381. -- icon id / first selected line: 5064 / 5064
  382. -- text alignment: 1
  383. -- font id: 0
  384. -- text size: 12
  385. -- style flags: 0
  386. -- line height: 16
  387. -- part name: 
  388. ----- HyperTalk script -----
  389. on mouseUp
  390.   if icon of me is "5065" then
  391.     set icon of me to "Md Unchecked Box"
  392.   else set icon of me to "Md Checked Box"
  393. end mouseUp
  394.  
  395.  
  396. -- part 20 (button)
  397. -- low flags: 00
  398. -- high flags: 0000
  399. -- rect: left=440 top=114 right=128 bottom=458
  400. -- title width / last selected line: 0
  401. -- icon id / first selected line: 5064 / 5064
  402. -- text alignment: 1
  403. -- font id: 0
  404. -- text size: 12
  405. -- style flags: 0
  406. -- line height: 16
  407. -- part name: 
  408. ----- HyperTalk script -----
  409. on mouseUp
  410.   if icon of me is "5065" then
  411.     set icon of me to "Md Unchecked Box"
  412.   else set icon of me to "Md Checked Box"
  413. end mouseUp
  414.  
  415.  
  416. -- part 21 (button)
  417. -- low flags: 00
  418. -- high flags: 0000
  419. -- rect: left=440 top=129 right=143 bottom=458
  420. -- title width / last selected line: 0
  421. -- icon id / first selected line: 5064 / 5064
  422. -- text alignment: 1
  423. -- font id: 0
  424. -- text size: 12
  425. -- style flags: 0
  426. -- line height: 16
  427. -- part name: 
  428. ----- HyperTalk script -----
  429. on mouseUp
  430.   if icon of me is "5065" then
  431.     set icon of me to "Md Unchecked Box"
  432.   else set icon of me to "Md Checked Box"
  433. end mouseUp
  434.  
  435.  
  436. -- part 22 (button)
  437. -- low flags: 00
  438. -- high flags: 0000
  439. -- rect: left=440 top=144 right=158 bottom=458
  440. -- title width / last selected line: 0
  441. -- icon id / first selected line: 5064 / 5064
  442. -- text alignment: 1
  443. -- font id: 0
  444. -- text size: 12
  445. -- style flags: 0
  446. -- line height: 16
  447. -- part name: 
  448. ----- HyperTalk script -----
  449. on mouseUp
  450.   if icon of me is "5065" then
  451.     set icon of me to "Md Unchecked Box"
  452.   else set icon of me to "Md Checked Box"
  453. end mouseUp
  454.  
  455.  
  456. -- part 23 (button)
  457. -- low flags: 00
  458. -- high flags: 0000
  459. -- rect: left=440 top=159 right=173 bottom=458
  460. -- title width / last selected line: 0
  461. -- icon id / first selected line: 5064 / 5064
  462. -- text alignment: 1
  463. -- font id: 0
  464. -- text size: 12
  465. -- style flags: 0
  466. -- line height: 16
  467. -- part name: 
  468. ----- HyperTalk script -----
  469. on mouseUp
  470.   if icon of me is "5065" then
  471.     set icon of me to "Md Unchecked Box"
  472.   else set icon of me to "Md Checked Box"
  473. end mouseUp
  474.  
  475.  
  476. -- part 24 (button)
  477. -- low flags: 00
  478. -- high flags: 0000
  479. -- rect: left=440 top=174 right=188 bottom=458
  480. -- title width / last selected line: 0
  481. -- icon id / first selected line: 5064 / 5064
  482. -- text alignment: 1
  483. -- font id: 0
  484. -- text size: 12
  485. -- style flags: 0
  486. -- line height: 16
  487. -- part name: 
  488. ----- HyperTalk script -----
  489. on mouseUp
  490.   if icon of me is "5065" then
  491.     set icon of me to "Md Unchecked Box"
  492.   else set icon of me to "Md Checked Box"
  493. end mouseUp
  494.  
  495.  
  496. -- part 25 (button)
  497. -- low flags: 00
  498. -- high flags: 0000
  499. -- rect: left=440 top=189 right=203 bottom=458
  500. -- title width / last selected line: 0
  501. -- icon id / first selected line: 5064 / 5064
  502. -- text alignment: 1
  503. -- font id: 0
  504. -- text size: 12
  505. -- style flags: 0
  506. -- line height: 16
  507. -- part name: 
  508. ----- HyperTalk script -----
  509. on mouseUp
  510.   if icon of me is "5065" then
  511.     set icon of me to "Md Unchecked Box"
  512.   else set icon of me to "Md Checked Box"
  513. end mouseUp
  514.  
  515.  
  516. -- part 26 (button)
  517. -- low flags: 00
  518. -- high flags: 0000
  519. -- rect: left=440 top=204 right=218 bottom=458
  520. -- title width / last selected line: 0
  521. -- icon id / first selected line: 5064 / 5064
  522. -- text alignment: 1
  523. -- font id: 0
  524. -- text size: 12
  525. -- style flags: 0
  526. -- line height: 16
  527. -- part name: 
  528. ----- HyperTalk script -----
  529. on mouseUp
  530.   if icon of me is "5065" then
  531.     set icon of me to "Md Unchecked Box"
  532.   else set icon of me to "Md Checked Box"
  533. end mouseUp
  534.  
  535.  
  536. -- part 27 (button)
  537. -- low flags: 00
  538. -- high flags: 0000
  539. -- rect: left=440 top=219 right=233 bottom=458
  540. -- title width / last selected line: 0
  541. -- icon id / first selected line: 5064 / 5064
  542. -- text alignment: 1
  543. -- font id: 0
  544. -- text size: 12
  545. -- style flags: 0
  546. -- line height: 16
  547. -- part name: 
  548. ----- HyperTalk script -----
  549. on mouseUp
  550.   if icon of me is "5065" then
  551.     set icon of me to "Md Unchecked Box"
  552.   else set icon of me to "Md Checked Box"
  553. end mouseUp
  554.  
  555.  
  556. -- part 28 (button)
  557. -- low flags: 00
  558. -- high flags: 0000
  559. -- rect: left=440 top=234 right=248 bottom=458
  560. -- title width / last selected line: 0
  561. -- icon id / first selected line: 5064 / 5064
  562. -- text alignment: 1
  563. -- font id: 0
  564. -- text size: 12
  565. -- style flags: 0
  566. -- line height: 16
  567. -- part name: 
  568. ----- HyperTalk script -----
  569. on mouseUp
  570.   if icon of me is "5065" then
  571.     set icon of me to "Md Unchecked Box"
  572.   else set icon of me to "Md Checked Box"
  573. end mouseUp
  574.  
  575.  
  576. -- part 29 (button)
  577. -- low flags: 00
  578. -- high flags: 0000
  579. -- rect: left=440 top=249 right=263 bottom=458
  580. -- title width / last selected line: 0
  581. -- icon id / first selected line: 5064 / 5064
  582. -- text alignment: 1
  583. -- font id: 0
  584. -- text size: 12
  585. -- style flags: 0
  586. -- line height: 16
  587. -- part name: 
  588. ----- HyperTalk script -----
  589. on mouseUp
  590.   if icon of me is "5065" then
  591.     set icon of me to "Md Unchecked Box"
  592.   else set icon of me to "Md Checked Box"
  593. end mouseUp
  594.  
  595.  
  596. -- part contents for card part 3
  597. ----- text -----
  598. Undefined
  599. Undefined
  600. Undefined
  601. Undefined
  602. Undefined
  603. Undefined
  604. Undefined
  605. Undefined
  606. Undefined
  607.  
  608. -- part contents for card part 4
  609. ----- text -----
  610. Undefined
  611. Undefined
  612. Undefined
  613. Undefined
  614. Undefined
  615. Undefined
  616. Undefined
  617. Undefined
  618. Undefined
  619. Undefined
  620. Undefined
  621. Undefined